home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Expert
/
Windows Expert.iso
/
others
/
amimacro.zip
/
PSYCHLIT.SMM
< prev
next >
Wrap
INI File
|
1993-02-13
|
18KB
|
1,161 lines
[ver]
4
[sty]
_macro.sty
[files]
[charset]
82
ANSI (Windows, IBM CP 1252)
[revisions]
0
[prn]
CITIZEN Dot Matrix
[port]
LPT1:
[lang]
1
[desc]
Imports and Processes Searches from the PsychLit Database..
729649339
30
698364731
1055
5
0
0
0
0
0
[fopts]
0
1
0
0
[lnopts]
2
Body Text
1
[docopts]
5
2
[GramStyle]
[tag]
Function
3
[fnt]
Draft 12cpi
160
0
32784
[algn]
1
1
0
0
0
[spc]
40
216
1
0
0
1
100
[brk]
68
[line]
8
0
1
0
1
1
1
10
10
1
[spec]
0
0
0
1
1
0
0
0
0
[nfmt]
272
1
3
.
,
$
Body Text
0
0
[l1]
0
[pg]
5
60 0 19 0 0 1 0 216 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
120 0 16 0 0 1 0 216 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
180 0 10 0 0 1 0 216 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
240 0 45 0 0 0 0 216 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
254 0 0 1025 0 0 0 216 65535 Standard 65535 0 0 0 0 0 0 0 0 0 65535 0 0 65535 0 0 0 0 0
[edoc]
<:#216,10800>FUNCTION PsychLitImport()
<:#216,10800>Onerror endit
<:#216,10800>Oncancel endit
<:#216,10800>filepath="\amipro\school\psychlit"
<:#216,10800>if -1 = DOSchdir(filepath)
<:#216,10800>Endif
<:#216,10800>Box1=DialogBox(".","Box1")
<:#216,10800>If Box1=0
<:#216,10800> goto endit
<:#216,10800>Endif
<:#216,10800>Filename=GetDialogField$(9001)
<:#216,10800>filepath=GetCurrentDir$()
<:#216,10800>Filename=Strcat$(filepath,filename)
<:#216,10800>ImportExport(0,Filename,"ASCII",0,"para",pcascii,0)
<:#216,10800>DocInfo("","",1)
<:#216,10800>Darkmode(1)
<:#216,10800>Hourglass(1)
<:#216,10800>t=0
<:#216,10800>w=0
<:#216,10800>ab=0
<:#216,10800>n=0
<:#216,10800>Dim Abstract(900)
<:#216,10800>Dim Words(100)
<:#216,10800>Dim terms(100)
<:#216,10800>Type("<[>CTRLEnd]<[>Enter]<[>Enter]<[>CTRLHome]")
<:#216,10800>ital=Decide("Do you want to Italicize the Search History?")
<:#216,10800>rep=Decide("Do you want to Convert # symbols to their search terms?")
<:#216,10800>Replace(0,0,5,"1 of","")
<:#216,10800>Type( "<[>Home]<[>Enter]" )
<:#216,10800>PageBreak(1)
<:#216,10800>Type("<[>up]<[>up]")
<:#216,10800>stop=CurWord$()
<:#216,10800>Type("<[>CTRLHome]<[>Down]<[>Down]")
<:#216,10800>For x = 1 to stop
<:#216,10800> num=curword$()
<:#216,10800> num=strcat$("#",num)
<:#216,10800> Type("<[>CTRLRight]<[>CTRLRight]<[>CTRLRight]<[>CTRLSHIFTDown]")
<:#216,10800> value=CurShade$()
<:#216,10800> If Right$(value,7)="- in DE"
<:#216,10800> l=len(value) - 7
<:#216,10800> value=Left$(value,l)
<:#216,10800> Elseif Right$(value,6)=" in DE"
<:#216,10800> l=len(value) - 6
<:#216,10800> value=Left$(value,l)
<:#216,10800> Endif
<:#216,10800> If 0 !=Instr(0,value,"or") and rep=0
<:#216,10800> skipword=1
<:#216,10800> Elseif 0 !=Instr(0,value,"and") and rep=0
<:#216,10800> skipword=1
<:#216,10800> Elseif 0 !=Instr(0,value,"or")
<:#216,10800> hold=value
<:#216,10800> Replace(0,0,1028," or ",":")
<:#216,10800> Type("<[>CTRLSHIFTUp]<[>CTRLRight]<[>CTRLRight]<[>CTRLRight]")
<:#216,10800> Type("<[>Backspace]<[>CTRLSHIFTDown]")
<:#216,10800> If 0 !=Instr(0,value,"and")
<:#216,10800> Replace(0,0,1028," and ",":")
<:#216,10800> Type("<[>CTRLSHIFTUp]<[>CTRLRight]<[>CTRLRight]<[>CTRLRight]")
<:#216,10800> Type("<[>Backspace]<[>CTRLSHIFTDown]")
<:#216,10800> Endif
<:#216,10800> value=Curshade$()
<:#216,10800> t=t+1
<:#216,10800> terms(t)=value
<:#216,10800> Type("{hold}")
<:#216,10800> value=strcat$(left$(hold,10),". . . ")
<:#216,10800> skipword=1
<:#216,10800> Elseif 0 !=Instr(0,value,"and")
<:#216,10800> hold=value
<:#216,10800> Replace(0,0,1028," and ",":")
<:#216,10800> Type("<[>CTRLSHIFTUp]<[>CTRLRight]<[>CTRLRight]<[>CTRLRight]")
<:#216,10800> Type("<[>Backspace]<[>CTRLSHIFTDown]")
<:#216,10800> value=Curshade$()
<:#216,10800> t=t+1
<:#216,10800> terms(t)=value
<:#216,10800> Type("{hold}")
<:#216,10800> value=strcat$(left$(hold,10),". . . ")
<:#216,10800> skipword=1
<:#216,10800> Endif
<:#216,10800> Type("<[>right]")
<:#216,10800> If rep=1
<:#216,10800> Replace(0,0,1044,num,value)
<:#216,10800> Endif
<:#216,10800> If skipword=0
<:#216,10800> w=w+1
<:#216,10800> Words(w)=value
<:#216,10800> Endif
<:#216,10800> Skipword=0
<:#216,10800>Next
<:#216,10800>If Terms(1)=""
<:#216,10800> For ww = 1 to w
<:#216,10800> word=words(ww)
<:#216,10800> Replace(0,8,1060,word,word)
<:#216,10800> Next
<:#216,10800> goto wordsearch
<:#216,10800>Endif
<:#216,10800>Darkmode(0)
<:#216,10800>Darkmode(1)
<:#216,10800>For i = 1 to t
<:#216,10800> value=terms(i)
<:#216,10800> skipr=Decide("Search for terms in '{value}'?")
<:#216,10800> If Skipr=0
<:#216,10800> goto Skip1
<:#216,10800> Endif
<:#216,10800> For ii=1 to 20
<:#216,10800> term=StrField$(value,ii,":")
<:#216,10800> If term<<<;>""
<:#216,10800> Replace(0,8,1060,term,term)
<:#216,10800> Else Break
<:#216,10800> Endif
<:#216,10800> Next
<:#216,10800> Skip1:
<:#216,10800>Next
@Function@<:#216,10800>WordSearch:
<:#216,10800>For ww = 1 to w
<:#216,10800> Filledit(9500,words(ww))
<:#216,10800>Next
<:#216,10800>Box2=DialogBox(".","box2")
<:#216,10800>If box2=1
<:#216,10800> Word=getdialogField$(9500)
<:#216,10800> Replace(0,8,1060,word,word)
<:#216,10800> Goto wordsearch
<:#216,10800>Endif
@Function@<:#216,10800>IndexRecords:
<:#216,10800>Replace(0,0,9233,"PsycLIT Database Copyright","</i>")
<:#216,10800>Replace(0,0,9233,"American Psychological Assn","APA")
<:#216,10800>Replace(0,0,9233,", all rights reserved","")
<:#216,10800>Replace(0,0,5,"TI:","")
<:#216,10800>Type("<[>Home]<[>Up]<[>Enter]<[>CTRLHome]")
<:#216,10800>ABbold=Decide("Do you want to Highlight the Abstract?")
<:#216,10800>ABindex=Decide("Do you want to Index the records?")
<:#216,10800>Darkmode(1)
<:#216,10800>While hold<<<;>-7
<:#216,10800> ab=ab+1
<:#216,10800> StatusBarMsg("Processing Record {ab}")
<:#216,10800> hold=Replace(0,0,5,"TI:","")
<:#216,10800> If Hold<<<;>-7
<:#216,10800> Type("<[>Home]<[>CTRLLeft]<[>CTRLLeft]<[>CTRLLeft]<[>F6]")
<:#216,10800> Type("<[>SHIFTHome]<[>Del]<[>Backspace]")
<:#216,10800> Endif
<:#216,10800> hold=Replace(0,0,5,"AU:","")
<:#216,10800> If Hold<<<;>-7
<:#216,10800> Type("<[>Home]<[>Down]")
<:#216,10800> If CurWord$()<<<;>"IN"
<:#216,10800> Type("<[>Enter]")
<:#216,10800> Endif
<:#216,10800> Endif
<:#216,10800> If abbold=1
<:#216,10800> hold=Replace(0,0,5,"AB:","")
<:#216,10800> If hold<<<;>-7
<:#216,10800> Type("<[>Home]<[>F4]")
<:#216,10800> Endif
<:#216,10800> Type("<[>Down]")
<:#216,10800> Endif
<:#216,10800> If abindex=1
<:#216,10800> hold=Replace(0,0,5,"AN:","")
<:#216,10800> If hold<<<;>-7
<:#216,10800> Type("<[>End]<[>CTRLSHIFTLeft]<[>CTRLSHIFTLeft]<[>CTRLSHIFTLeft]")
<:#216,10800> Abstract(ab)=strcat$(CurShade$()," = #{ab}")
<:#216,10800> Endif
<:#216,10800> Type("<[>Down]")
<:#216,10800> Endif
<:#216,10800>WEND
@Function@<:#216,10800>Total:
<:#216,10800>If abindex=1
<:#216,10800> StatusBarMsg("Typing Abstract Index")
<:#216,10800> Type("<[>CTRLEnd]<[>Enter]")
<:#216,10800> Underline()
<:#216,10800> Type("<[>F6]Abstracts in File by Number<[>enter]<[>F2]")
<:#216,10800> Underline()
<:#216,10800> ArraySort(&Abstract)
<:#216,10800> rows=round(ab/4)
<:#216,10800> hold=mod(ab,"4")
<:#216,10800> If hold=1
<:#216,10800> rows=rows+1
<:#216,10800> Elseif hold=2
<:#216,10800> rows=rows+1
<:#216,10800> Endif
<:#216,10800> For c = 1 to rows
<:#216,10800> col=1
<:#216,10800> ab=c
<:#216,10800> RowLoop:
<:#216,10800> abnum=abstract(ab)
<:#216,10800> Type("{abnum}")
<:#216,10800> If col=4
<:#216,10800> Type("<[>enter]")
<:#216,10800> goto loopbreak
<:#216,10800> Endif
<:#216,10800> Type("<[>tab]")
<:#216,10800> col=col+1
<:#216,10800> ab=ab+rows
<:#216,10800> goto rowloop
<:#216,10800> LoopBreak:
<:#216,10800> Next
<:#216,10800>Endif
@Function@<:#216,10800>PurgeFrame:
<:#216,10800>Type( "<[>CTRLHome]" )
<:#216,10800>AddFrame(1440 -1440 4320 -2880 )
<:#216,10800>FrameModInit( )
<:#216,10800>FrameModLines(1 3 2 0 12632256 0 0 0 0 0 )
FrameModType(134414912 25 "psylitv.smm" )
<:#216,10800>FrameModBorders(2880 1440 1440 1440 72 216 72 0 1 )
<:#216,10800>FrameModColumns(0 2 0 1 144 2736 0 )
<:#216,10800>FrameModFinish( )
<:#216,10800>Type( "<[>Enter]" )
<:#216,10800>Center( )
<:#216,10800>FontPointSizeChange(16 )
<:#216,10800>Type( "Purge Duplicates and Total Abstracts<[>Esc]<[>Esc]" )
<:#216,10800>AddFrame(4680 -1440 7560 -2880 )
<:#216,10800>FrameModInit( )
<:#216,10800>FrameModLines(1 3 2 0 12632256 0 0 0 0 0 )
FrameModType(134414912 25 "pyjnlist.smm" )
<:#216,10800>FrameModBorders(2880 1440 1440 4680 72 216 72 0 1 )
<:#216,10800>FrameModColumns(0 2 0 1 144 2736 0 )
<:#216,10800>FrameModFinish( )
<:#216,10800>Type( "<[>Enter]" )
<:#216,10800>Center( )
<:#216,10800>FontPointSizeChange(16)
<:#216,10800>Type( "Create Alphabetical Journal List<[>Esc]<[>Esc]" )
<:#216,10800>AddFrame(7920 -1440 10800 -2880 )
<:#216,10800>FrameModInit( )
<:#216,10800>FrameModLines(1 3 2 0 12632256 0 0 0 0 0 )
FrameModType( 134414912 125 "pybiblio.smm" )
<:#216,10800>FrameModBorders(2880 1440 1440 7920 72 216 72 0 1 )
<:#216,10800>FrameModColumns(0 2 0 1 144 2736 0 )
<:#216,10800>FrameModFinish( )
<:#216,10800>Type("<[>Enter]")
<:#216,10800>Center()
<:#216,10800>FontPointSizeChange(16)
<:#216,10800>Type( "Create APA-Style Reference List<[>Esc]<[>Esc]<[>Enter]" )
<:#216,10800>Type( "<[>Enter]" )
@Function@<:#216,10800>Endit:
<:#216,10800>StatusBarMsg("")
<:#216,10800>Darkmode(0)
<:#216,10800>HourGlass(0)
@Function@<:#216,10800>END FUNCTION
<:#216,10800>
@Function@<:#216,10800>DIALOG Box1
<:#216,10800>-2134376448 4 96 43 144 91 "" "" "PsychLit Import"
<:#216,10800>FONT 8 "Helv"
<:#216,10800>93 8 40 14 1 1342373889 "button" "OK" 0
<:#216,10800>93 32 40 14 2 1342373888 "button" "Cancel" 0
<:#216,10800>11 25 70 56 9001 1352728579 "listbox" "" 0
<:#216,10800>11 8 72 16 1000 1342177280 "static" "Select PsychLit File to Import:" 0
@Function@<:#216,10800>END DIALOG
<:#216,10800>
@Function@<:#216,10800>DIALOG Box2
<:#216,10800>-2134376448 4 97 43 142 94 "" "" "PsychLit Import"
<:#216,10800>FONT 8 "Helv"
<:#216,10800>8 8 72 16 1000 1342177280 "static" "Select Terms To Make Italic:" 0
<:#216,10800>9 25 72 67 9500 1344471041 "combobox" "" 0
<:#216,10800>90 8 40 14 1 1342373889 "button" "OK" 0
<:#216,10800>90 32 40 14 2 1342373888 "button" "Cancel" 0
@Function@<:#216,10800>END DIALOG
<:#216,10800>
<:#216,10800>
>
[Embedded]
00011359
>
[macsum] 3
PsychLitImport 0 0 33 0
Box1 5561 0 -1 235
Box2 5851 0 -1 244
[macse]
14 PsychLitImport
20 00005521
19 00005521
7 "\amipro\school\psychlit"
8 1
5 -1
0 781 "{1}"
13
18 0
11 00000121
0 26 "." "Box1"
13
8 2
6 2
5 0
18 0
11 00000189
10 00005521
0 27 9001
13
8 3
0 290
13
8 1
0 16 "{1}" "{3}"
13
8 3
2 107 1 0 "{3}" "ASCII" 0 "para" 8 0
2 109 1 "" "" 1
0 292 1
0 296 1
5 0
8 4
5 0
8 5
5 0
8 6
5 0
8 7
5 900
21 8 [X]
5 100
21 9 [X]
5 100
21 10 [X]
0 6 "[16419][13][13][16420]"
0 2 "Do you want to Italicize the Search History?"
13
8 11
0 2 "Do you want to Convert # symbols to their search terms?"
13
8 12
2 488 1 0 0 5 "1 of" ""
0 6 "[36][13]"
2 357 1 1
0 6 "[38][38]"
0 23
13
8 13
0 6 "[16420][40][40]"
5 1
8 14
6 13
6 14
18 2
12 00000779
10 00002165
5 1
6 14
3 0
8 14
10 00000700
0 23
13
8 15
0 16 "#" "{15}"
13
8 15
0 6 "[16423][16423][16423][20520]"
0 24
13
8 16
0 807 "{16}" 7
13
7 "- in DE"
18 0
11 00001003
0 14 "{16}"
13
5 7
3 1
8 17
0 806 "{16}" "{17}"
13
8 16
10 00001118
0 807 "{16}" 6
13
7 " in DE"
18 0
11 00001118
0 14 "{16}"
13
5 6
3 1
8 17
0 806 "{16}" "{17}"
13
8 16
5 0
0 808 0 "{16}" "or"
13
18 1
6 12
5 0
18 0
1 1
11 00001213
5 1
8 18
10 00002000
5 0
0 808 0 "{16}" "and"
13
18 1
6 12
5 0
18 0
1 1
11 00001309
5 1
8 18
10 00002000
5 0
0 808 0 "{16}" "or"
13
18 1
11 00001727
6 16
8 19
2 488 1 0 0 1028 " or " ":"
0 6 "[20518][16423][16423][16423]"
0 6 "[8][20520]"
5 0
0 808 0 "{16}" "and"
13
18 1
11 00001587
2 488 1 0 0 1028 " and " ":"
0 6 "[20518][16423][16423][16423]"
0 6 "[8][20520]"
0 24
13
8 16
6 4
5 1
3 0
8 4
6 4
6 16
23 10
0 6 "{19}"
0 806 "{19}" 10
13
0 16 [X] ". . . "
13
8 16
5 1
8 18
10 00002000
5 0
0 808 0 "{16}" "and"
13
18 1
11 00002000
6 16
8 19
2 488 1 0 0 1028 " and " ":"
0 6 "[20518][16423][16423][16423]"
0 6 "[8][20520]"
0 24
13
8 16
6 4
5 1
3 0
8 4
6 4
6 16
23 10
0 6 "{19}"
0 806 "{19}" 10
13
0 16 [X] ". . . "
13
8 16
5 1
8 18
0 6 "[39]"
6 12
5 1
18 0
11 00002074
2 488 1 0 0 1044 "{15}" "{16}"
6 18
5 0
18 0
11 00002141
6 5
5 1
3 0
8 5
6 5
6 16
23 9
5 0
8 18
10 00000744
5 1
22 10
7 ""
18 0
11 00002367
5 1
8 20
6 5
6 20
18 2
12 00002291
10 00002354
5 1
6 20
3 0
8 20
10 00002213
6 20
22 9
8 21
2 488 1 0 8 1060 "{21}" "{21}"
10 00002256
10 00002820
0 292 0
0 292 1
5 1
8 22
6 4
6 22
18 2
12 00002474
10 00002820
5 1
6 22
3 0
8 22
10 00002396
6 22
22 10
8 16
0 2 "Search for terms in '{16}'?"
13
8 23
6 23
5 0
18 0
11 00002581
10 00002807
5 1
8 24
5 20
6 24
18 2
12 00002671
10 00002807
5 1
6 24
3 0
8 24
10 00002592
0 20 "{16}" "{24}" ":"
13
8 25
6 25
7 ""
18 1
11 00002781
2 488 1 0 8 1060 "{25}" "{25}"
10 00002794
10 00002807
10 00002636
10 00002439
5 1
8 20
6 5
6 20
18 2
12 00002909
10 00002949
5 1
6 20
3 0
8 20
10 00002831
6 20
22 9
0 31 9500 [X]
10 00002874
0 26 "." "box2"
13
8 26
6 26
5 1
18 0
11 00003072
0 27 9500
13
8 21
2 488 1 0 8 1060 "{21}" "{21}"
10 00002820
2 488 1 0 0 9233 "PsycLIT Database Copyright" "</i>"
2 488 1 0 0 9233 "American Psychological Assn" "APA"
2 488 1 0 0 9233 ", all rights reserved" ""
2 488 1 0 0 5 "TI:" ""
0 6 "[36][38][13][16420]"
0 2 "Do you want to Highlight the Abstract?"
13
8 27
0 2 "Do you want to Index the records?"
13
8 28
0 292 1
6 19
5 -7
18 1
11 00004050
6 6
5 1
3 0
8 6
0 789 "Processing Record {6}"
2 488 1 0 0 5 "TI:" ""
13
8 19
6 19
5 -7
18 1
11 00003598
0 6 "[36][16421][16421][16421][117]"
0 6 "[4132][46][8]"
2 488 1 0 0 5 "AU:" ""
13
8 19
6 19
5 -7
18 1
11 00003728
0 6 "[36][40]"
0 23
13
7 "IN"
18 1
11 00003728
0 6 "[13]"
6 27
5 1
18 0
11 00003852
2 488 1 0 0 5 "AB:" ""
13
8 19
6 19
5 -7
18 1
11 00003840
0 6 "[36][115]"
0 6 "[40]"
6 28
5 1
18 0
11 00004037
2 488 1 0 0 5 "AN:" ""
13
8 19
6 19
5 -7
18 1
11 00004025
0 6 "[35][20517][20517][20517]"
6 6
0 24
13
0 16 [X] " = #{6}"
13
23 8
0 6 "[40]"
10 00003392
6 28
5 1
18 0
11 00004664
0 789 "Typing Abstract Index"
0 6 "[16419][13]"
2 256 1
0 6 "[117]Abstracts in File by Number[13][113]"
2 256 1
0 1043 &8
6 6
5 4
4 1
0 786 [X]
13
8 29
0 788 "{6}" "4"
13
8 19
6 19
5 1
18 0
11 00004336
6 29
5 1
3 0
8 29
10 00004388
6 19
5 2
18 0
11 00004388
6 29
5 1
3 0
8 29
5 1
8 30
6 29
6 30
18 2
12 00004478
10 00004664
5 1
6 30
3 0
8 30
10 00004399
5 1
8 31
6 30
8 6
6 6
22 8
8 32
0 6 "{32}"
6 31
5 4
18 0
11 00004584
0 6 "[13]"
10 00004651
0 6 "[9]"
6 31
5 1
3 0
8 31
6 6
6 29
3 0
8 6
10 00004500
10 00004443
0 6 "[16420]"
2 413 1 1440 -1440 4320 -2880
2 421 1
2 416 1 1 3 2 0 12632256 0 0 0 0 0
2 417 1 134414912 25 "psylitv.smm"
2 418 1 2880 1440 1440 1440 72 216 72 0 1
2 419 1 0 2 0 1 144 2736 0
2 420 1
0 6 "[13]"
2 260 1
2 279 1 16
0 6 "Purge Duplicates and Total Abstracts[27][27]"
2 413 1 4680 -1440 7560 -2880
2 421 1
2 416 1 1 3 2 0 12632256 0 0 0 0 0
2 417 1 134414912 25 "pyjnlist.smm"
2 418 1 2880 1440 1440 4680 72 216 72 0 1
2 419 1 0 2 0 1 144 2736 0
2 420 1
0 6 "[13]"
2 260 1
2 279 1 16
0 6 "Create Alphabetical Journal List[27][27]"
2 413 1 7920 -1440 10800 -2880
2 421 1
2 416 1 1 3 2 0 12632256 0 0 0 0 0
2 417 1 134414912 125 "pybiblio.smm"
2 418 1 2880 1440 1440 7920 72 216 72 0 1
2 419 1 0 2 0 1 144 2736 0
2 420 1
0 6 "[13]"
2 260 1
2 279 1 16
0 6 "Create APA-Style Reference List[27][27][13]"
0 6 "[13]"
0 789 ""
0 292 0
0 296 0
6 0
15
9
DIALOG Box1
-2134376448 4 96 43 144 91 "" "" "PsychLit Import"
FONT 8 "Helv"
93 8 40 14 1 1342373889 "button" "OK" 0
93 32 40 14 2 1342373888 "button" "Cancel" 0
11 25 70 56 9001 1352728579 "listbox" "" 0
11 8 72 16 1000 1342177280 "static" "Select PsychLit File to Import:" 0
DIALOG Box2
-2134376448 4 97 43 142 94 "" "" "PsychLit Import"
FONT 8 "Helv"
8 8 72 16 1000 1342177280 "static" "Select Terms To Make Italic:" 0
9 25 72 67 9500 1344471041 "combobox" "" 0
90 8 40 14 1 1342373889 "button" "OK" 0
90 32 40 14 2 1342373888 "button" "Cancel" 0
00011384